-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|680|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




Orion Pax

Spare's Graduation

29th June 2013

Hey congrats Spare! I hope the best for your future!


Orion Pax

variables in Java...

29th June 2013

nvm, im just being retarded. For got that I could create my own type list. Just create a class with all the variables I want to save, and then implement the methods for modifying those variables.
Then I create a new instance of each while saving the ins*snip*


Orion Pax

variables in Java...

29th June 2013

Does java have anything similar to Blitz's TYPE?
As in this... (Linkage)
I know of hashmaps, but they are bout point less, you can only store 1 item per iteration. I know you can store a list or a set to it, but its just not the same.


Orion Pax

asyncronous chat in java.....concurrency....

7th March 2013

[url=https://forums.bukkit.org/threads/plugin-help-info-on-help-in-game.133458/#post-1577854][/url]
This is the stupid shit I hate about them. This retarded one line, completely useless basically its just frickin trolling messages.
Make a plugin.yml fil*snip*


Orion Pax

asyncronous chat in java.....concurrency....

7th March 2013

[code]synchronized (plugin.staff)[/code]
My plugin isnt run in multiple threads. But as I said the event AsyncPlayerChatEvent is asynchronous from the main thread and according to bukkits docs, accessing the event and changing anything during that event *snip*


Orion Pax

asyncronous chat in java.....concurrency....

2nd March 2013

Not really. They just tell me to read up on the concurrency stuff in java. Which is very complicated in my understanding.
And I dont really care for their attitudes. They tend to be cocky and not straight to the point.


Orion Pax

asyncronous chat in java.....concurrency....

28th February 2013

Allready have tested and have been using it. But since we updated several other plugins and bukkit server the time we started using it, we have had issues. And I am trying to rule out this plugin. We cant run the server for more than 24 hours or it cras*snip*


Orion Pax

asyncronous chat in java.....concurrency....

27th February 2013

Most of bukkit is asynchronous, but using asynchronous chat is supposedly not very safe unless you make it RESYNC with the main thread. The only thing changed during my chat event is a variable that marks whether or not staff has ADMIN CHAT ONLY toggled o*snip*


Orion Pax

asyncronous chat in java.....concurrency....

27th February 2013

Sorry guys for being gone again. Sorta out of work and had to search like my life depended on it for another job. And still jobless....lol. And been busy with my minecraft server and making plugins for them.
At any rate I have came across an issue. We*snip*


Orion Pax

Wow....

30th November 2012

Ok, so we all know I am a minecrack addict! I started playing this online server called Oasis about the first week of October!
Every last Saturday they hold this event called Promos. Its when they promote staff/players through the ranks. It goes from g*snip*


Orion Pax

Best way to start with java?

19th November 2012

Thanks guys I will give this a try if I can quit the minecrack long enough to do it! lol. At any rate I will look up everything ya'll mention and go from there.
I was thinkin the same about some simple hello world apps and what not too. Some simple dem*snip*


Orion Pax

Lorena Gabriella Spare!

17th November 2012

Congrats spare!


Orion Pax

Best way to start with java?

17th November 2012

So I saw the post about editors! Now how is the best way to go about learning it? I am gonna start with plugins for minecraft! Any references?


Orion Pax

Passing Orion

16th November 2012

This feels so much better now that I am on my PC! My last 2 post have been on my Iphone. Can you believe that huge post was from my phone? Haha...
PowerMousey thats it! Oh I wasnt askin if he was fine as I am 99.99999999% sure he is. His name just ca*snip*


Orion Pax

Passing Orion

16th November 2012

Hey guys! Well a lot has happend to me since I last posted here! It's been what 4-5 years? I would like to say its been all good but it hasn't! If I remember right my last post was about my dad passing away?! Well counting him I have buried a total of*snip*


Orion Pax

Passing Orion

15th November 2012

So has anybody missed me?


Orion Pax

Necroposter

28th January 2011

Hey I took up for ya too! Well in the best interest of the site! But still I did! :)


Orion Pax

Hey folks!

26th January 2011

But what about setting a font in it that is not standard on a pc?
What you still doing up? Isnt it like 2am there?


Orion Pax

Hey folks!

26th January 2011

Dude...is it possible to design a theme for the site that will use an atari style font?


Orion Pax

Hey folks!

26th January 2011

So what should I name it once done?
Maybe you should make a poll of it on the main page Jay?
Platdude XL
Platdude A8 (stands for Atari 800)
Platdude 800 (dunno bout that)


Orion Pax

What Have You Done : 26th January 2011

26th January 2011

Ups
What did you get done this week.
[*]Got my Atari working
[*]Got my PLAY Atari working
[*]Got my dads Atari working (had to clean rust from some IC's, not good)
[*]I have dads Atari hooked up to his laptop via SIO2PC cable so I can use the laptop t*snip*


Orion Pax

searching the directory for a file.

20th January 2011

the .N_FI and goto N_FI are redundant as that is what the repeat until commands do. And you dont have to look for filetype 2 since your looking for a file. But unless you have a directory with a similar name you might need it. But other than that it wil*snip*


Orion Pax

searching the directory for a file.

20th January 2011

In your example the code box has " " and below that you have "", you have to make sure that it matches. If that makes sense? If your looking for " " make sure your returning " "!
Might be why....post your code for it and I will see where your looping.


Orion Pax

searching the directory for a file.

20th January 2011

Yes it still requires the RETURN " "! The RETURN command is ALWAYS needed when using functions or else there is no way to exit from them. The RETURN command also gives you a chance to RETURN a value back on exit. For example RETURN "1234" in a function *snip*


Orion Pax

Hey folks!

20th January 2011

Lol! Thanks for your support! I am just using it to learn. I will post the code once done so if any one wants to download an atari 800xl emulator and try it.
And besides....like you said....ITS AN ATARI 800! COUGH*XL*COUGH!!
*EDIT*
The link you prov*snip*

More - Older Posts